Skip to content

Releases: KevTheUseless/DIOXIDE

Windows Compiler Support Pack

26 Dec 13:07
Compare
Choose a tag to compare
Pre-release

Two convenient zip files containing the binaries of

  • MinGW 9.2.0 (MinGW.zip), for Windows builders of DIOXIDE
  • Python 3.8.0 (python-3.8.zip), with all necessary modules installed (wx, pygame)

After downloading, extract MinGW.zip into location ./compilers/MinGW of the project,
and python-3.8.zip into location ./compilers/python-3.8.

Carbon DIOXIDE v0.1.0

29 Jan 06:35
Compare
Choose a tag to compare
Carbon DIOXIDE v0.1.0 Pre-release
Pre-release

Right off the bat, all releases after this one will be named after an element.

This version supports:

  • Basic file functions
  • Line numbers
  • C++ code highlighting
  • Compile, run, compile & run functions
  • An extendable skins library of proprietary .gskin files which use Python's dict syntax

Currently we only have Windows releases, but more will come in the future.