Skip to content

Releases: Gattic/gfxplusplus

Gfx++ v0.58

12 Nov 04:49
96a4744

Choose a tag to compare

Version v0.58 (#34)

* CMake install locally plus Optimizaions enabled (#22)

* CMake install locally plus Optimizaions enabled

* Added configure file

* CMake Create include directory

* Refactored graph code with standardization refactor (#23)

* GPointer update

* ShmeaDB Image update

* Checkbox draw fix

* shmeadb include update

* GLinLays handle RUTabContainers better

* inc upd

* Include update

* Added docs to gitignore

* Load from PNGs (#25)

* Set ShmeaDB Image as bg

* Added bgEnabled member

* PNGHelper sync update

* Removed debugging printfs

* README Update

* GMem Sync

* Image Flatten

* Nn image (#28)

* RUTabContainer update

* Image Include Sync

* Minor image bug fix

* Updated the Colors

* Major aesthetic improvements

* Colors update

* Optimized this function

* Edge pixel adjustment

* Graph background bug fix; CandleGraphable upgrade

* Line Draw Optimization

* Label aesthetic updates

* Resizable scaling window

* Socket Include Update

* Shmea Include Sync

* Updated GLogger includes

* Encryption toggle sync

* Added image helper function

* GNet specify client port

* Set encryption toggle easier

* Matt dev (#29)

* Added components for Ellipse Creator

* Hot fix on CircleGraphable regarding normalization, this needs to be fixed in the future

* added Ellipse to the CMakeLists to include it when creating it on the graph, but the draw is not drawing ellipses properly, still need to fix

* Curly brace fix

---------

Co-authored-by: cabral450 <[email protected]>

* CTRLQ bug fix

* Decouple 2d 3d (#31)

* first commit for decoupling 3d and 2d

* decoupling 2D and 3D, currently 3D is a bit funky. In Gattic it works, but not in NNCreator when switching to 3D

* Fixed include and linker errors

---------

Co-authored-by: cabral450 <[email protected]>

* Fixed message box update

* Neural network viz (#30)

* Created object NeuralNet -> RULayerInfo -> neuron to save the data we will need to visualize the Neural Network, as well as adding some getter and setter functions to update them whenever needed. NeuralNetGraphable will be the next step when working on creating the draw functionality for this new RUGraph type

* Tweaked the Neural Net data structure to return each nodes activation and weights. Using that data I am able to populate the RUGraph for the Neural Networks. Created the NeuralNetGraphable so that the front end can update the colour of the weights, and the activation updates the size of the node

* removed activation for input nodes

* made syntax changes

* Renamed by add prefix Draw

---------

Co-authored-by: cabral450 <[email protected]>

* Lodepng sync

* Potential Windows Compat

* Commented out bgCache

* BG bug fix

* Include sync

* ShmeaDB sync

* ShmeaDB sync

* Include Update

* Version v0.58

---------

Co-authored-by: Eugene Fedchuk <[email protected]>
Co-authored-by: mdcpanama22 <[email protected]>

gfxplusplus v0.57

18 Jun 17:22

Choose a tag to compare

Version v0.57