프리파스칼에서 기능적 그래픽을 얻으려면 어떻게 해야 합니까? (How do I get functional graphics from freepascal?)


문제 설명

프리파스칼에서 기능적 그래픽을 얻으려면 어떻게 해야 합니까? (How do I get functional graphics from freepascal?)

문서 전체를 살펴보았지만 그래픽 주제에 대해 포괄적인 내용은 없습니다. 나는 그것이 가능하다는 것을 안다. 기능적 그래픽을 포함하는 프리파스칼 프로젝트를 보았지만 효과를 직접 복제할 수는 없었습니다.

기본적으로 충분할 것입니다. 라인, 폴리곤, 아마도 텍스트. 그 이상의 기능(png 지원, 그라디언트, 크기 조정 가능한 창 등)은 높이 평가되지만 불필요합니다. 이 질문의 목적은 주어진 목적에 가장 적합한 라이브러리를 선택하는 것이 아니라 실행 가능하고 테스트 가능한 출발점을 찾는 것입니다.

도움이된다면 Lazarus를 사용하고 있으며 Pascal에 대한 약간의 경험이 있습니다. 전체적으로는 그렇지만 2007년부터 그것을 멀리하고 있습니다.


참조 솔루션

방법 1:

simple graphics starting point

Also, I'd like to point out that a lot can be found by searching the fpc wiki, or by visiting the forums, Here's the "Graphics" forum board, https://forum.lazarus.freepascal.org/index.php/board,39.0.html

(by BooledOffStageHighball)

참조 문서

  1. How do I get functional graphics from freepascal? (CC BY‑SA 2.5/3.0/4.0)

#graphics #freepascal






관련 질문

Triangulate a quad with a hole in it using tessellation (Triangulate a quad with a hole in it using tessellation)

기존 이미지가 화면에 그려지지 않는 이유는 무엇입니까? (Why won't my existing image draw to the screen?)

barplot()에서 정보를 저장하고 그래프를 표시하지 않는 방법 (How to save information from barplot() and not displaying the graph)

Java 시간에 따라 사각형을 이동하는 방법 (java how to make a rectangle move by time)

큐브맵을 2D 텍스처로 투영 (Project cubemap to 2D texture)

OpenGL & Qt : 마우스 오버 시 레이블 표시 (OpenGL & Qt : display a label on the mouseover)

프리파스칼에서 기능적 그래픽을 얻으려면 어떻게 해야 합니까? (How do I get functional graphics from freepascal?)

스크래치 및 승리 (Scratch and win)

벡터 병합 알고리즘 도움말 (Help with algorithm for merging vectors)

WPF - ScreenSaver 그래픽 성능 향상 (WPF - ScreenSaver graphics performance improvements)

Java, 패널용 그래픽 개체 생성 및 편집? (Java, create and edit a Graphics Object for Panel?)

정점 셰이더의 out 변수는 어떻게 보간됩니까? (How are the out variables of vertex shader interpolated?)







코멘트