We wanted to skip the drawing by canvas and create the drawing in the backend.
Server now send SVGOperations when user run exercise.
For the moment to get the first state of the world or run the demo you need to send an empty request when you execute the code.
Client does not not get the currentState of the world at the initialization, that's why steps needs to be filled in the server.
We begin to comment the JS that won't be use anymore but this is not finished yet.
The button to get back at the first state of the world is not correctly implemented and needs to be fixed.
We wanted to skip the drawing by canvas and create the drawing in the backend.
Server now send SVGOperations when user run exercise.
For the moment to get the first state of the world or run the demo you need to send an empty request when you execute the code. Client does not not get the currentState of the world at the initialization, that's why steps needs to be filled in the server.
We begin to comment the JS that won't be use anymore but this is not finished yet.
The button to get back at the first state of the world is not correctly implemented and needs to be fixed.