This documentation is not yet complete. Most of it is generated from the SFML source base. Visit www.sfml-dev.org for more information on that project.
Hello World Template
There is a project template here: https://github.com/cpp3ds/cpp3ds-template
This is the code:
#include <cpp3ds/Graphics.hpp>
#include <cpp3ds/System.hpp>
#include <cpp3ds/Window.hpp>
private:
public:
MyGame() {
}
~MyGame() {
}
void update(float delta) {
text.
move(10.f * delta, 0);
}
exit();
break;
default:
break;
}
}
}
}
};
int main(int argc, char** argv) {
MyGame game;
game.console(cpp3ds::BottomScreen);
game.run();
return 0;
}