GithubHelp home page GithubHelp logo

arthur-agl / edgitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from manpat/edgitor

0.0 1.0 0.0 26.83 MB

minimal C++ pixelart editor

License: GNU General Public License v3.0

C++ 95.54% C 0.68% CMake 3.78%

edgitor's Introduction

[pron. EDGE-itor]

Discord GitHub All Releases GitHub

minimal C++ pixelart editor

EDGITOR was designed to be extremely concise and clean from the ground up. It uses SDL2 as the core of its rendering system, and is designed to be as efficient as possible. EDGITOR can theoretically support colossal canvases (stress tests got close to 20Kx20K), but that isn't a focused feature since this is a pixelart editor. That being said, this could branch off to support AA and Photoshop-like features to bridge a gap between traditional painting and pixelart.

FEATURE GOALS:

  • Extremely fast and efficient workflow.
  • A big focus on palette use and creation.
  • Custom-everything, from brushes to effects.
  • Tile system to allow easy tile creation.
  • Simple per-frame animation system.
  • Limitless layers, undos, canvas size.
  • Clean and minimal UI.

COMMUNITY DRIVEN

EDGITOR is now open source, and I'd love for this to grow via the community! Feel free to send pull requests, and add features to this so it can grow faster like never before!

Now you can use Cmake!

BUILD INSTRUCTIONS

Windows

  • Install Visual Studio 2019 and Cmake
  • Download Nuget.exe Here, and place it in C:\Program Files\CMake\bin
  • Open Command Prompt, and go to EDGITOR's folder: cd *EDGITOR_FOLDER_LOCATION*
  • Then execute this command cmake -B build -G "Visual Studio 16 2019"
  • Open VS19 and set EDGITOR as StartUp Project

macOS

  • Install Xcode and Cmake
  • Install SDL and SDL_ttf frameworks manually
  • Run following command in Terminal cmake -B build -G Xcode

Linux

  • Make sure you have your compiler of choice, Cmake and pkg-config installed
  • Install SDL and SDL_ttf
  • Run cmake -B build .
  • cd in the build directory and run make

edgitor's People

Contributors

endesga avatar manpat avatar alepacho avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.