parin/examples
2024-12-13 12:01:09 +02:00
..
ui Made mouse ui better. 2024-12-13 12:01:09 +02:00
atlas.png Fixed bug in setup script and added sprite for examples. 2024-06-09 20:29:02 +03:00
camera.d Setup is better and small changes. 2024-11-15 00:52:05 +02:00
coins.d Everything is back to normal now. 2024-10-12 14:28:25 +03:00
dialogue.d Everything is back to normal now. 2024-10-12 14:28:25 +03:00
follower.d Small script change and API change. 2024-11-19 22:16:33 +02:00
hello.d Replaced old names with new ones. 2024-10-02 16:50:23 +03:00
map.d Setup is better and small changes. 2024-11-15 00:52:05 +02:00
pong.d Everything is back to normal now. 2024-10-12 14:28:25 +03:00
README.md New example and small changes. 2024-11-02 22:11:09 +02:00
scene.d Everything is back to normal now. 2024-10-12 14:28:25 +03:00
timer.d New example and small changes. 2024-11-02 22:11:09 +02:00
viewport.d Small script change and API change. 2024-11-19 22:16:33 +02:00

Examples

Note

For examples that use textures, the atlas.png file must be downloaded and saved in the project's assets folder.

Hello

This example serves as a classic hello-world program, introducing the fundamental structure of a Parin program.

Coins

This example shows how to create a simple game with Parin.

Pong

This example shows how to create a pong-like game with Parin.

Camera

This example shows how to use the camera structure of Parin.

Dialogue

This example shows how to use the Parin dialogue system.

Map

This example shows how to use the tile map structure of Parin.

Follower

This example shows how to create an animated character that follows the mouse.

Timer

This example shows how to use the timer structure of Parin.

Viewport

This example shows how to use the viewport structure of Parin.

Scene

This example shows how to use the scene manager of Parin.