Hello Guest

VSand

  • 1 Replies
  • 8227 Views
VSand
« on: August 02, 2018, 21:08:42 »
Hello,

Just a little post to present my project : VSand.

Released on itch.io:
https://ealrann.itch.io/vsand

Source on Github :
https://github.com/Ealrann/VSand


I needed a project to play with compute shaders, so that kind of particle game was perfect. It is free and opensource, under GPL-3.0 license.
The game could be improved a lot with new stuff, but I will probably stop the development after the release of the v1.0 (soon), to focus on some other projects.

This "game" (or particle simulation), has two purposes:
- Pleasure the people that liked the original game (like me  ;D), and want to test their computer with parallel computing  :). (There is a benchmark mode in the folder "benchmark")
- Help the newcomers that want to use compute shaders with LWJGL, with a real demo project.

The UI use the imgui port:
https://github.com/kotlin-graphics/imgui
Thank you to Giuseppe Barbieri for that.


Edit 17/01/2019: I change to Nuklear for the UI, to unlock JLink.
Now the build embed directly a tiny JVM, and no longer require to setup anything (except graphic drivers of course).

Thank you to the LWJGL team for the amazing job!

If you find any issue, please report it on Github.
« Last Edit: June 28, 2019, 07:11:10 by ealrann »

Re: VSand
« Reply #1 on: January 17, 2019, 13:45:25 »
New version with notable changes:
- Using now Nuklear for UI (with the LWJGL binding)
- Java is no longer required for the user, I build with JLink.

https://github.com/Ealrann/VSand/releases/tag/190117_SAND_V1.1.0