Skip to content

Releases: shogundevel/shark

shark_sdk_v2.2.0_(stable)

04 Jun 09:55
Compare
Choose a tag to compare

This release changes the old C style for loop of SharkG by a simpler range based for loop.
Before: for x: int = 0, x < y, x++ do
Now: for x to y do
Many things were fixed in the Android, Flash and HTML5 ports of SharkGame.
Enjoy :>

shark_sdk_v2.1.0_(stable)

05 May 07:16
Compare
Choose a tag to compare

This version introduces Shuriken, a new desktop user interface module and SharkEdit, a Shark IDE written in pure Shark using it.
GameShark (now in process of being renamed as SharkGame) has been ported to Android and PSP. Those ports are currently undocumented so fire any Qs to github issues.

shark_sdk_v2.0.10_(stable)

17 Apr 12:33
Compare
Choose a tag to compare

I'm excited to release the version 2 of the SDK. This version introduces the SharkG typed dialect of Shark! I can't wait to see what this new friend will evolve into once I start to optimize the compiler, adding new platforms to the already large set of supported targets and writting ReShark, the self hosted SharkG VM!

shark_sdk_v1.2.1_(stable)

30 Mar 02:34
Compare
Choose a tag to compare

This release finishes the work on sharkemu, sharkenv and sharkmake. The next releases will focus on documenting the tools created so far and adding a good share of examples and demo programs. Expect them!

shark_sdk_v1.2.0_(stable)

29 Mar 18:58
Compare
Choose a tag to compare

Added lots of small features and quality of life improvements. Most of them are undocumented by now, but you can start playing with them by running 'shark tool' without arguments. Use 'shark tool play' to enter sharkemu in eval mode!

shark_sdk_v1.1.0_(stable)

29 Mar 10:49
e6f2151
Compare
Choose a tag to compare

Added sharkemu.shk, the self hosted shark emulator!
You can now enter interactive mode with 'shark run' and execute a shark file from source using 'shark run [filename]'.
Added zip.shk an archive tool written in shark.
Some bugfixes.

shark_sdk_v1.0.1_(stable)

26 Mar 05:26
Compare
Choose a tag to compare

A bugfix and utility release.
Fixed CShark build issues in linux.
Added new prebuilt binaries for java and native linux (tested on Mint 21).
Added utility scripts to build the java binaries from source and run the built java tools from the win32 CLI.

shark_sdk_v1.0.0_(stable)

24 Mar 20:04
6cab708
Compare
Choose a tag to compare

First stable release. Ready for some rock and roll?