{"id":19740091,"url":"https://github.com/efliks/naagtro-remake","last_synced_at":"2025-08-19T14:10:56.904Z","repository":{"id":195261878,"uuid":"612757325","full_name":"efliks/naagtro-remake","owner":"efliks","description":"A remake of 2001 NAAG intro","archived":false,"fork":false,"pushed_at":"2023-10-08T19:52:18.000Z","size":194,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T15:52:02.638Z","etag":null,"topics":["demoscene","djgpp","graphical-effects","ms-dos","retroprogramming"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/efliks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-11T22:04:30.000Z","updated_at":"2025-01-10T02:21:22.000Z","dependencies_parsed_at":"2024-11-12T01:20:06.771Z","dependency_job_id":"d9e6d85f-38aa-4dbc-8118-5f8f165324ab","html_url":"https://github.com/efliks/naagtro-remake","commit_stats":null,"previous_names":["feliksm1/naagtro-remake","skilefm/naagtro-remake","efliks/naagtro-remake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/efliks/naagtro-remake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efliks%2Fnaagtro-remake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efliks%2Fnaagtro-remake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efliks%2Fnaagtro-remake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efliks%2Fnaagtro-remake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efliks","download_url":"https://codeload.github.com/efliks/naagtro-remake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efliks%2Fnaagtro-remake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271166322,"owners_count":24710464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["demoscene","djgpp","graphical-effects","ms-dos","retroprogramming"],"created_at":"2024-11-12T01:19:30.678Z","updated_at":"2025-08-19T14:10:56.853Z","avatar_url":"https://github.com/efliks.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAAGTRO 2.0\n\nIn 2001 I wrote a simple intro for NAAG, the now-defunct New Age Assembler Group \nthat I was a member of.\n\nThis is a reimplementation in C of the original NAAG intro. 22 years later\nI really don't want to deal with Assembler anymore, but I still want to\nplay around with MS-DOS and old demoscene stuff, and to contribute to the retro\ncommunity.\n\nThe remake is mostly accurate with two exceptions: the scroller font and the light\ntrajectory are different. The scroller text is kept original.\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"showcase.gif\" /\u003e\n\u003c/div\u003e\n\n## Installation instructions\n\nTo compile NAAGTRO, use the [DJGPP](https://github.com/andrewwutw/build-djgpp) \ncross compiler. Enter the build directory, and run the following commands. \nReplace the path to DJGPP with your own.\n\n    naagtro \u003e DJGPP_DIR=/home/mikolaj/local/opt/djgpp-12.1.0\n    naagtro \u003e source ${DJGPP_DIR}/setenv\n    naagtro \u003e mkdir build\n    naagtro \u003e cd build\n    \n    naagtro/build \u003e cmake -D CMAKE_C_COMPILER=${DJGPP_DIR}/i586-pc-msdosdjgpp/bin/gcc ..\n    naagtro/build \u003e make\n\n## Q\u0026A\n\n1. I built naagtro.exe, what now?\n\n    DJGPP generates code for protected mode so you need a DOS extender. Download\n    [CWSDPMI](https://web.archive.org/web/20151217064947/http://homer.rice.edu/~sandmann/cwsdpmi/csdpmi7b.zip),\n    unpack it and place CWSDPMI.exe in the build directory.\n\n2. How do I run NAAGTRO in 2023 and beyond?\n\n    If you don't have access to a DOS PC, use emulation, for example [DOSBox](http://www.dosbox.com/).\n    Personally for development purposes I switch between DOSBox and VirtualBox \n    with Windows 98, and for running the final product I use a Pentium II system.\n\n3. Why CMake, is that not overkill?\n\n    No. CMake files are understood by IDEs, for example my personal favorite QtCreator.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefliks%2Fnaagtro-remake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefliks%2Fnaagtro-remake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefliks%2Fnaagtro-remake/lists"}