Skip to content

Releases: teppyboy/stelle120

v0.2.0

19 May 18:47
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

  • Arguments support. You can now embed stelle120 into your application easily without having to do the stdin work.
    See supported args at README
  • You can now enable VSync with args --vsync=1.
  • Better VSync message, will auto detect if your monitor refresh rate is smaller or bigger than target FPS.
  • Makefile, I can't do autotools yet 😭 but I'll try.

Full Changelog: v0.1.2...v0.2.0

Notes

  • stelle120.exe is the optimized (-O3) and stripped binary. (Recommended)
  • stelle120.debug.exe is the debug binary.
  • stelle120.dev.exe is the debug binary without statically linked libgcc.

v0.1.2

19 May 07:18
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Changelog

  • Console title now shows as Stelle120 vX.Y.Z
  • Fix yes/no question

Full Changelog: v0.1.1...v0.1.2

Notes

  • stelle120.exe is the optimized (-O3) and stripped binary.
  • stelle120.debug.exe is the debug binary.

v0.1.1

18 May 23:49
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Changelog

  • Shows current FPS in the CLI

Full Changelog: v0.1.0...v0.1.1

Note

  • stelle120.exe is the optimized & stripped binary.
  • stelle120.debug.exe is the debug one.

v0.1.0

18 May 23:32
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changelog

  • Pre-built binary is a debug one for x86_64
  • It just works.

Full Changelog: https://github.com/teppyboy/stelle120/commits/v0.1.0