Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Nightcode-2.8.2.AppImage | 2019-12-21 | 108.7 MB | |
Nightcode-2.8.2.deb | 2019-12-21 | 90.2 MB | |
Nightcode-2.8.2-linux.jar | 2019-12-21 | 63.0 MB | |
Nightcode-2.8.2.exe | 2019-12-21 | 99.9 MB | |
Nightcode-2.8.2-windows.jar | 2019-12-21 | 56.8 MB | |
Nightcode-2.8.2-macos.jar | 2019-12-21 | 59.4 MB | |
2.8.2 source code.tar.gz | 2019-12-21 | 1.7 MB | |
2.8.2 source code.zip | 2019-12-21 | 1.8 MB | |
README.md | 2019-12-21 | 1.0 kB | |
Totals: 9 Items | 481.4 MB | 0 |
Starting with this release i'm now building native packages again. I haven't done this since version 2.6.0 which was like a year and a half ago, because javapackager was removed from the JDK. Luckily it's being re-added as jpackage in JDK 14 so i just used an early access version to make the packages.
For linux, in addition to a deb package, there is now an AppImage, which is a really nice format that is becoming popular now. I'm not building a native package for Mac OS for now, so mac users will need to use the jar. I don't want to pay apple $100 just to be able to sign the damn thing. I gave my mac to my sister anyway, so it's a pain to even build for it.
I also updated the templates. The game template now creates a play-cljc project, instead of play-cljs (my old library). I also updated quil in the graphics template so it should actually work on modern JDKs now. Lastly, i fixed a problem where the horizontal scroll bar would cover up the last line of the file, making it impossible to see.