implot_demos
Standalone ImPlot Demos
파일 탐색기
최종 버전 다운로드 (.zip)- csv.lic
- cxxopts.lic
- json.lic
- kissfft.lic
- miniaudio.lic
- stb.lic
- ThreadPool.lic
- glad.h
- khrplatform.h
- glad.c
- CMakeLists.txt
- imnodes.cpp
- imnodes.h
- imnodes_internal.h
- LICENSE.md
- _kiss_fft_guts.h
- kiss_fft.c
- kiss_fft.h
- kiss_fft_log.h
- kiss_fftr.c
- kiss_fftr.h
- nfd.h
- nfd.hpp
- CMakeLists.txt
- nfd_cocoa.m
- nfd_gtk.cpp
- nfd_win.cpp
- CMakeLists.txt
- test_opendialog.c
- test_opendialog_cpp.cpp
- test_opendialogmultiple.c
- test_opendialogmultiple_cpp.cpp
- test_pickfolder.c
- test_savedialog.c
- .gitignore
- CMakeLists.txt
- LICENSE
- README.md
- stb_image.h
- stb_perlin.h
- csv.h
- cxxopts.hpp
- ETFE.hpp
- exprtk.hpp
- json.hpp
- miniaudio.h
- ThreadPool.h
- FontAwesome5.cpp
- FontAwesome5Brands.cpp
- Fonts.h
- IconsFontAwesome5.h
- IconsFontAwesome5Brands.h
- RobotoBold.cpp
- RobotoItalic.cpp
- RobotoMonoBold.cpp
- RobotoMonoItalic.cpp
- RobotoMonoRegular.cpp
- RobotoRegular.cpp
- App.cpp
- App.h
- Helpers.h
- Image.h
- Native.cpp
- Native.h
- Profiler.h
- Shader.h
- demo.cpp
- filter.cpp
- graph.cpp
- mandel.cpp
- maps.cpp
- perlin.cpp
- spectrogram.cpp
- stocks.cpp
- voice.cpp
- aphex_twin_formula.wav
- color_pass.frag
- color_uniform.frag
- line_fringe_4.geom
- line_fringe_6.geom
- line_victoria.geom
- plot_point.vert
- screen.vert
- filter.png
- graph.png
- mandel.png
- maps.png
- perlin.png
- spectrogram.png
- stocks.png
- benchmark.cpp
- gpu.cpp
- plot_line_inline.h
- .gitignore
- CMakeLists.txt
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/epezent/implot_demos
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd implot_demos
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
cmake ..
소스코드를 분석해 빌드 설정 파일을 생성합니다 (build 폴더 안에서 실행해야 함).
cmake --build . --config Release
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
