-
Notifications
You must be signed in to change notification settings - Fork 0
Development
AndreiM edited this page Sep 1, 2025
·
3 revisions
The project is structured into two main files:
- Index.html: Utilized for generating the GUI via a drag-and-drop interface.
- Player: Executes the jukaconfig.json files, effectively running the apps.
To set up your development environment, ensure you have the following installed:
-
Drag/Drop GUI:
- Open
index.htmland modify it to suit your requirements.
- Open
-
Player:
- Follow the instructions to install Go.
- Install SDL2 by following the steps on go-sdl2.
- Make necessary changes to the Go code as per your needs.
To create the GUI using the drag-and-drop interface:
- Open
index.htmlin your preferred web browser. - Utilize the drag-and-drop elements to design your GUI.
- Save the configuration, which will be generated in the
jukaconfig.jsonfile.
To run the application using the player:
- Ensure you have the
jukaconfig.jsonfile ready. - Use the Go player to execute the configuration:
go run player.go
- The application should launch as per the configurations defined in the jukaconfig.json file.
JukaGUI website: https://generate.jukalang.com