{"id":21074082,"url":"https://github.com/fgenesis/lv3proj","last_synced_at":"2025-08-17T10:03:54.977Z","repository":{"id":856094,"uuid":"588584","full_name":"fgenesis/lv3proj","owner":"fgenesis","description":"**superseded by lv3proj_ng** Re-Implementation of \"The Lost Vikings\" (originally released by Silicon \u0026 Synapse for SNES/Amiga/Sega) from scratch, using SDL for multimedia and Falcon as embedded scripting language. Aims to be a feature-rich scriptable 2D game engine somewhere in future.","archived":false,"fork":false,"pushed_at":"2012-05-22T23:01:56.000Z","size":6048,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-17T10:02:24.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://lostvikings.lordaeron.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fgenesis.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-31T15:30:06.000Z","updated_at":"2024-12-25T09:36:31.000Z","dependencies_parsed_at":"2022-08-16T11:10:43.641Z","dependency_job_id":null,"html_url":"https://github.com/fgenesis/lv3proj","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fgenesis/lv3proj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Flv3proj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Flv3proj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Flv3proj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Flv3proj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgenesis","download_url":"https://codeload.github.com/fgenesis/lv3proj/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Flv3proj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270831768,"owners_count":24653412,"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-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-11-19T19:14:24.598Z","updated_at":"2025-08-17T10:03:54.782Z","avatar_url":"https://github.com/fgenesis.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n        Lost Vikings 3 Project Engine\n\n\nGET THE CODE\n============\n1.) Be sure you have Git installed.\n2.) Navigate to a folder with write access\n3.) git clone git://github.com/fgenesis/lv3proj.git\n\nAlternatively, download a tarball with the source:\nhttp://github.com/fgenesis/lv3proj/tarball/master\n\n\n\nBUILD INSTRUCTIONS\n==================\n\nNote: Under Windows, only building in 32 bit is supported for now.\n\nWindows, Visual Studio:\n1.) Open the LV3.sln file\n2.) Set the build configuration to Release, unless you don't mind speed.\n3.) Build the solution (Default hotkey: F7)\n4.) The exe files are now in \u003cLV3-root\u003e/bin.\n5.) In case you need additional DLLs, look in src/lib/win32.\n    You don't need: - jpeg.dll, smpeg.dll, libtiff-3.dll -\n\n\nWindows + MinGW, CodeBlocks, Linux, and maybe Mac OSX:\n1.) Be sure you have CMake, SDL, SDL_mixer and SDL_image installed.\n2.) Go to the project root dir. (contains LV3.sln and CMakeLists.txt)\n3.) Create a new folder where the compilation process should take place.\n4.) Navigate into that folder.\n5.) Configure the build type and generate makefiles or project files as necessary.\n    On Windows, you can use cmake-gui, on linux ccmake or anything else.\n6.) Start compiling. Cross your fingers and hope that it works.\n7.) make install. The finished bins are installed to \u003cLV3-root\u003e/bin.\n    Does not require root. Does not install into system directories.\n    Note: Do *NOT* use DESTDIR with make install, it will horribly fail.\n    If you want to have the binaries installed somewhere, make a normal\n    make install and copy the bin folder afterwards.\n\nIn short, the required commands (on linux) are as follows:\n(Be in LV3 root dir)\nmkdir build\ncd build\ncmake ..\n(alternatively, 'ccmake ..' if you need to specify advanced things)\nmake\nmake install\n-- The bins are now in ../bin and ready.\n\n\n\nMISSING FILES\n=============\n\nSome files are not included in the Git repo because of their size,\nfor these, visit https://github.com/fgenesis/lv3proj/downloads\nand look for files named missing_*.zip.\nThe file name or folder structure should make clear where the files inside should be put,\nif not, there's maybe a description file inside.\n\n\n\nQUESTIONS? BUGS? RANTS? NOTHING WORKS?\n======================================\n\nVisit http://lostvikings.lordaeron.org\nIRC: irc.freenode.net, #lostvikings (irc://irc.freenode.net/lostvikings)\n\nThere is also a mailing list, see http://lists.barfooze.de/ for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgenesis%2Flv3proj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgenesis%2Flv3proj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgenesis%2Flv3proj/lists"}