-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added text and pic to readme, moved help.md to docs directory
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# c47edit | ||
|
||
A scene editor for Hitman: Codename 47. | ||
|
||
Licensed under the GPL 3. | ||
|
||
[Download compiled release](https://github.com/AdrienTD/c47edit/releases) | ||
|
||
![Screenshot](docs/shot_001.png) | ||
|
||
## Usage | ||
|
||
See the [help.md](docs/help.md) file. | ||
|
||
## Compiling | ||
|
||
The program requires Visual Studio 2010 or a more recent version (as it's using some C++11 features) to be compiled and will only work on Windows. | ||
|
||
* If you have Visual Studio 2017, you can open the project files that are included in this repository to compile the program. | ||
* Or you can also use the Visual Studio / Windows SDK command prompt and run the **build.bat** file to build the editor. | ||
|
||
## Libraries used | ||
|
||
* [Dear ImGui](https://github.com/ocornut/imgui) (MIT license) for the GUI | ||
* [Miniz](https://github.com/richgel999/miniz) (MIT license) for ZIP archive (de)compression |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.