Replies: 1 comment 1 reply
|
주석은 가급적 영어로 작성해보세요. 과제 코드 작성은 기여 활동을 예행 연습 하는 차원입니다. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
thorvg.example 리포지토리에 있는 예제들을 참고해서 직접 예제를 만들고 빌드해보았다.
https://github.com/inmare/thorvg.example/blob/project/basic-programming/src/BasicProgramming.cpp
빌드 과정
BasicProgramming.cpp이라는 이름의 파일을 새로 추가해 주었다.이때 기존의 meson 파일에는 해당 파일이 반영이 되지 않았기 때문에 해당 파일의 이름을 추가해주었다.
구현 내용
결과물
아래와 같은 간단한 플레이어 형태의 ui를 만들고, 가운데 재생 버튼을 클릭하면 버튼 모양이 바뀌고, 재생바가 올라가는 모션이 반복되도록 하였다.
All reactions