Skip to main content
Link
Search
Menu
Expand
Document
(external link)
Dev.chanul
Today I Learned
2023
23.05
23.04
23.03
23.02
23.01
2022
22.12
22.11
22.1
22.09
22.08
22.07
22.06
22.05
Projects
NetPractice
Cub3D
Containers
RBTree
Gridot
Problems
Architecture
TestCase
Inception
Daemon
Docker
Docker CLI
Docker compose
Dockerfile reference
kernel space
nginx conf
PID 1
Philosophers
IRC
Swift
String, Character
SwiftUI
Data Flow
Lifecycle
Scene
ExternalLibrary
TCA
c++
iterator
Iterator base class
iterator_traits
random access iterator
type_traits
enable_if
constexpr
enable_if
integral_constant
is_integral
true/false type
keyword
StringMethods
allocator
class
classDeconstructor
const
deepCopy
exception
friend
fstream
inheritance
interface
iomanip
iostream
map
new
operatorOverload
pair
rand
reference
string
template
this
typecast
typedef/typename
vector
c
Mutex
Thread
Graphics
line 2D
GitHub
Projects
Gridot
Gridot
픽셀 스프라이트를 쉽게 그릴 수 있는 애플리케이션입니다.
여러 프레임의 픽셀 아트를 그려서 스프라이트를 만듭니다.
만든 프레임을 png, gif, LivePhoto로 출력하여 다양하게 활용할 수 있습니다.
여러 장의 프레임을 미리 재생해보며 작업할 수 있습니다.
두가지 드로잉 모드로 그림을 그릴 수 있습니다.
펜과 터치의 드로잉 모드를 지원하여 편의성을 높였습니다.
Table of contents
Problems
Architecture
TestCase