After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780919 - Add a demo application
Add a demo application
Status: RESOLVED FIXED
Product: gnome-games
Classification: Core
Component: retro-gtk
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-05 09:00 UTC by Adrien Plazas
Modified: 2017-05-11 05:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add an EditorConfig file (1.06 KB, patch)
2017-05-11 05:51 UTC, Adrien Plazas
committed Details | Review
demos: Add the retro-demo application (5.84 KB, patch)
2017-05-11 05:51 UTC, Adrien Plazas
committed Details | Review
Add org.gnome.Retro.DemoSamplesTest.json (5.57 KB, patch)
2017-05-11 05:51 UTC, Adrien Plazas
committed Details | Review

Description Adrien Plazas 2017-04-05 09:00:57 UTC
RetroGtk should have a small demo application. It would be useful:
- as an example of how to use the library;
- to develop and test the library without depending on an external application;
- to check how well Libretro cores run;
- to add and run tests.
Comment 1 Adrien Plazas 2017-05-11 05:51:01 UTC
Created attachment 351595 [details] [review]
Add an EditorConfig file

This will ease developping retro-gtk with editors supporting
EditorConfig.
Comment 2 Adrien Plazas 2017-05-11 05:51:08 UTC
Created attachment 351596 [details] [review]
demos: Add the retro-demo application

This will be used to build and test retro-gtk in GNOME Builder.
Comment 3 Adrien Plazas 2017-05-11 05:51:14 UTC
Created attachment 351597 [details] [review]
Add org.gnome.Retro.DemoSamplesTest.json

Add the org.gnome.Retro.DemoSamplesTest.json flatpak-builder manifest
and the libretro_test.so testing Libretro core, allowing to test
retro-gtk interactively.
Comment 4 Adrien Plazas 2017-05-11 05:57:29 UTC
Attachment 351595 [details] pushed as a988b8e - Add an EditorConfig file
Attachment 351596 [details] pushed as ce2f15f - demos: Add the retro-demo application
Attachment 351597 [details] pushed as ad79dbe - Add org.gnome.Retro.DemoSamplesTest.json